ListBox for UWP includes several properties that allow you to set the functionality of the control. Some of the more important properties are listed below.
The following properties let you customize the C1ListBox control:
Property |
Description |
Gets the actual maximum zoom. |
|
Gets the actual minimum zoom. |
|
Gets the actual zoom. |
|
Gets a value indicating whether the list is scrolling. |
|
Gets a value indicating whether this list is zooming. |
|
Gets or sets the height of each item. |
|
Gets the collection used to generate the content of the control. (Inherited from ItemsControl.) |
|
Gets or sets the template that defines the panel that controls the layout of items. (Inherited from ItemsControl.) |
|
Gets or sets a collection used to generate the content of the ItemsControl. (Inherited from ItemsControl.) |
|
Template applied to all the items of the list. (Inherited from C1ItemsControl.) |
|
Template selector used to specify different templates applied to items of the same type. (Inherited from C1ItemsControl.) |
|
Gets or sets the width of each item. |
|
Gets or sets the maximum zoom available. |
|
Gets or sets the minimum zoom available. |
|
Gets or sets the orientation in which the list is displayed. |
|
Gets or sets the template used for previewing an item. |
|
Gets or sets a value indicating whether the viewport must be refreshed while the scroll is running. |
|
Gets or sets a coeficient which will determine in each layout pass the size of the viewport. If zero is specified the size of the viewport will be equal to the scrollviewer viewport. If 0.5 is specified the size of the viewport will be enlarged to take up half screen more at both sides of the original viewport. |
|
Gets or sets a coeficient which will determine in each layout pass the size of the viewport to render items in preview mode. |
|
Gets or set the zoom applied to this list. |
|
Gets or sets whether the zoom is enabled or disabled. |
The following properties let you customize the C1ListBoxItem:
Description |
|
Gets or sets the content of the preview state. |
|
Gets or sets the DataTemplate used when in preview state. |
|
Gets or sets the state of the item, which can be Preview or Full. |